home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PPC1B3AA.ZIP / UTILS.DOC < prev    next >
Text File  |  1996-07-30  |  3KB  |  84 lines

  1.  
  2.   ■ PPLIB.EXE
  3.   ───────────
  4.  
  5.        PP Library Viewer. 
  6.  
  7.        PPLIB.EXE will allow you to view what's inside a library.
  8.  
  9.        PPLib will output to the console (may be redirected) all Public
  10.        symbols, and their datatype.
  11.  
  12.        In addition, PPLib will show you details on Procedures & Functions
  13.        parameters: number of parameters, name of parameters variables (this
  14.        should give you an idea on how to use the lib if you don't have any
  15.        doc about it), and if it's a function, its return type.
  16.  
  17.        Usage: pplib.exe [file[.lib]]
  18.  
  19.        This version of PPLib can only view v1.01 libraries.
  20.  
  21.  
  22.   ■ RUN.EXE
  23.   ─────────
  24.  
  25.        PP Command Line PPE Launcher.
  26.  
  27.        RUN.EXE will allow you to run any PPE from dos command line.
  28.        Unlike ppeexec, it will load a user (the sysop account) before
  29.        running the PPE, so user editors and all other PPE using the
  30.        user account will work.
  31.  
  32.        Usage: run.exe [file[.ppe]]
  33.  
  34.        The first time RUN.EXE is launched, you will be prompted to configure
  35.        it. Enter your first & last name as sysop on your system, as well as
  36.        your password. Specify pcboard.exe & pcboard.dat pathnames and if
  37.        everything runs well, the next time you launch RUN.EXE, it will run
  38.        your PPE from dos, calling PCBoard.
  39.  
  40.        RUN.EXE alone will bring you back to the configuration screen.
  41.  
  42.        If you made any mistake or left a field blank, you will be prompted
  43.        again to enter correct configuration.
  44.  
  45.  
  46.   ■ DEB.EXE
  47.   ─────────
  48.  
  49.        PP Command Line PPLdebug Interface.
  50.  
  51.        DEB.EXE will allow you to debug any PPE from dos command line using
  52.        Tools4Fools'PPLdebug. 
  53.  
  54.        Usage: deb.exe [file[.ppe]]
  55.  
  56.        DEB.EXE uses the same configuration file as RUN.EXE and so works the
  57.        same way: if you run DEB.EXE with no argument or if the configuration
  58.        is invalid, you will be prompted to enter a correct configuration in
  59.        order to run PCBoard with an account (preferably sysop account)
  60.  
  61.        Note: DEB.EXE needs to find DEBUG.PPE in its directory, don't remove
  62.        it!
  63.  
  64.  
  65.   ■ PPLDEBUG.EXE
  66.   ──────────────
  67.  
  68.        PPL Debugger. Copyright(C) 1996, Tools 4 Fools
  69.  
  70.        Run PPLDEBUG.EXE to be able to debug a source.
  71.  
  72.        To debug a source, you need to:
  73.  
  74.        - compile your source using -d (this creates a .SYM debug table)
  75.        - run DEB.EXE yourppe.ppe
  76.  
  77.  
  78.   Note:
  79.  
  80.     PPLDEBUG, Copyright(C) 1996, Tools 4 Fools
  81.     RUN, DEB, PPLIB, Copyright(C) 1996, The AEGiS corporation
  82.  
  83.  
  84.